MSPowerPoint.XIL

MSPowerpoint.XIL is the default indexsheet for MSPowerpoint files.

<?xml version='1.0'?>
<!-- Default indexsheet for Microsoft PowerPoint -->
<!-- term-list="yes" proximity="no" so separate term list 
created for each each field rather than using proximity field -->
<!-- but still searchable in general non field search -->
<!-- Use exclusive="yes" instead to only index in specific 
field (not searchable in general non field search -->

<xsl:stylesheet case-sensitive="no" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
xmlns:np="http://www.rocketsoftware.com/ns/indexsheet/2.0" 
extension-element-prefixes="np">

<np:definitions>
  <field name="dc:title"       type="text" term-list="yes" 
  proximity="no" relevance="highest" />
  <field name="dc:creator"     type="text" term-list="yes" 
  proximity="no" relevance="highest" />
  <field name="dc:subject"     type="text" term-list="yes" 
  proximity="no" relevance="highest" />
  <field name="dc:description" type="text" term-list="yes" 
  proximity="no" relevance="highest" />
  <field name="dc:publisher"   type="text" term-list="yes" 
  proximity="no" relevance="higher" />
  <field name="dc:contributor" type="text" term-list="yes" 
  proximity="no" relevance="higher" />
  <field name="dc:language"    type="text" term-list="yes" 
  proximity="no" />
  <field name="dc:date"        type="date" term-list="yes" 
  proximity="no" />
  <field name="comments"       type="text" term-list="yes" 
  proximity="no" />
</np:definitions>


<!-- match title and mark as toc-heading -->
<np:property name="Title" field="dc:title" toc-heading="yes" />
        
<!-- Other standard properties -->
<np:property name="Subject" field="dc:subject" />
<np:property name="Keywords" field="dc:subject" />
<np:property name="Author" field="dc:creator" />
<np:property name="Comments" field="comments" />

</xsl:stylesheet>